object MessageDg: TMessageDg Left = 10 Top = 8 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'MessageDg' ClientHeight = 170 ClientWidth = 349 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 312 Top = 136 Width = 33 Height = 33 Picture.Data = {} end object StopButt: TButton Left = 176 Top = 136 Width = 75 Height = 25 Caption = '&Done' TabOrder = 0 OnClick = StopButtClick end object Txt: TMemo Left = 8 Top = 8 Width = 329 Height = 121 Alignment = taCenter BorderStyle = bsNone Lines.Strings = ( 'Txt') MaxLength = 600 ParentColor = True ReadOnly = True TabOrder = 1 end object SnoozeButt: TButton Left = 80 Top = 136 Width = 75 Height = 25 Caption = '&Snooze' TabOrder = 2 OnClick = SnoozeButtClick end end